home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / scriptz / avalanch.exe / AVALANCH / EVENTS.INI < prev    next >
Encoding:
INI File  |  1997-04-03  |  905 b   |  20 lines

  1. [script]
  2. n0=on 1:text:*ping me*:#:{
  3. n1=  %sayping = on  
  4. n2=  /ctcp $nick ping
  5. n3=  %pingchan = $chan
  6. n4=}
  7. n5=on 1:ctcpreply:*ping*:{
  8. n6=  if %sayping == on {  %pt = $ctime - $parm2 | /msg %pingchan %echo (4 $+ $nick  $+ ) (4Ping Reply: $+ %pt $+ secs)  }
  9. n7=  else echo 4 -a  $+ $nick $+ 's ping reply: $+ %pt  $+ secs  | %sayping = off
  10. n8=  halt
  11. n9=}
  12. n10=on @1:BAN:# {
  13. n11=  if ($banmask iswm $address($me,5) && $nick == $me) { mode $chan -b $banmask | halt }
  14. n12=  if ($banmask iswm $address($me,5)) { mode $chan -ob+bb $nick $banmask $address($nick,3) $address($nick,2) | kick $chan $nick Don't think so, bitch! | halt }
  15. n13=}
  16. n14=#dns on
  17. n15=on 1:DNS: echo -a 1-=-=-=-=-=-=-=-=-=-=-=- | echo -a 4DNS lookup on: $+ $nick | echo -a 4Host1: $+ $naddress  | echo -a 4Resolved Address: $+ $raddress  | echo -a 1-=-=-=-=-=-=-=-=-=-=-=- | halt
  18. n16=#dns end 
  19. n17=}
  20.